runtime.workType.full (field)
9 uses
runtime (current package)
mgc.go#L318: full lfstack // lock-free list of full blocks workbuf
mgc.go#L1572: if !work.full.empty() {
mgc.go#L1591: if work.full != 0 || work.markrootNext < work.markrootJobs {
mgc.go#L1592: print("runtime: full=", hex(work.full), " next=", work.markrootNext, " jobs=", work.markrootJobs, " nDataRoots=", work.nDataRoots, " nBSSRoots=", work.nBSSRoots, " nSpanRoots=", work.nSpanRoots, " nStackRoots=", work.nStackRoots, "\n")
mgcmark.go#L1209: if work.full == 0 {
mgcmark.go#L1289: if work.full == 0 {
mgcwork.go#L420: work.full.push(&b.node)
mgcwork.go#L428: b := (*workbuf)(work.full.pop())
mgcwork.go#L455: if work.full != 0 {